GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationFreeHand / LineCap Property





In This Topic
LineCap Property (AnnotationFreeHand)
In This Topic
Defines the cap style used at the end of path drawn and the cap style for stroking operations when DashStyle is different of Solid. Cap is used at the end of the dashes that make up dashed path drawn.
Syntax
'Declaration
 
Public Shadows Property LineCap As LineCap
public new LineCap LineCap {get; set;}
public read-write property LineCap: LineCap; 
public hide function get,set LineCap : LineCap
public: __property new LineCap get_LineCap();
public: __property new void set_LineCap( 
   LineCap value
);
public:
new property LineCap LineCap {
   LineCap get();
   void set (    LineCap value);
}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationFreeHand
AnnotationFreeHand Members